@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
ul,li{
	list-style: none;
}

#Not{
	padding: 60px 15px 0;
	background-color: #fff5f5;
}
.not-bg{
	width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}
.not-bg img{
	width: 100%;
    display: block;
    max-width: 1000px;
    margin: 0 auto;
}
.not-title{
	width: 100%;
	max-width: 500px;
    /*margin-left: -250px;*/
    margin: 0 auto;
    position: relative;
    /*left: 50%;*/
    z-index: 1;
    text-align: center;
}
.not-title img{
	width: 67%;
	max-width: 350px;
	display: block;
	margin: 0 auto;
	opacity: 0.6;
}
.not-title p{
	color: #666;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.not-title a{
	color: #D8212D;
    font-size: 14px;
    font-weight: bold;
    margin: 50px 0 0;
    display: inline-block;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #fff;
    border: 2px dashed #d8212d;
    transition: all 0.33s;
}
.not-title a:hover{
	color: #fff;
	background-color: rgba(216,33,45,.9);
}

.not-tj{
	width: 100%;
	max-width: 1000px;
    margin: 60px auto 0;
    text-align: center;
    background-color: #fff;
    position: relative;
    border: 3px solid #e7757d54;
}
.not-tj h5{
	color: #fff;
    font-size: 18px;
    display: inline-block;
    background: #e7757d;
    padding: 8px 50px;
    border-radius: 30px;
    position: relative;
    top: -25px;
}
.not-tj h5:before{
	content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 3px solid #e7757d;
    border-radius: 30px;
}
.not-tj-nr{
	padding-bottom: 20px;
}
.not-tj-nr:after{
	content: "";
	display: block;
	clear: both;
}
.not-tj-lis{
	float: left;
	width: 25%;
}
.not-tj-lis a{
	display: block;
	position: relative;
	padding: 10px;
}

.not-tj-lis a img{
	width: 100%;
}

.not-tj-lis a h6{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 0px;
    height: 21px;
    line-height: 24px;
    padding: 8px 25px;
    background-color: #e7757d;
    display: inline-block;
    white-space: normal;
    /* overflow: hidden; */
    word-break: break-all;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.33s;
}
.not-tj-lis a h6:after{
	content: "";
	position: absolute;
    top: 3px;
    left: 3px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    border: 3px solid #e7757d;
    transition: all 0.33s;
}
.not-tj-lis a:hover h6:after{
	opacity: 1;
}









@media only screen and (max-width: 900px) {
.not-tj-lis a h6 {
    font-size: 14px;
    padding: 5px 10px;
}


	
}

@media only screen and (max-width: 750px) {
.not-tj-lis a h6 {
    font-size: 12px;
    padding: 5px 10px;
}


	
}

@media only screen and (max-width: 500px) {
.not-title p {
    font-size: 18px;
}	
	
.not-tj-lis {
    float: left;
    width: 50%;
}	
	
	
}














